TsgCADtoBIN
Unit: CADtoDXF
Description
Provides a functionality for export a CAD image into AutoCAD® DWG™ format.
Syntax
TsgCADtoBIN = class(TsgCADtoDXF)
Properties
Properties derived from TsgCADtoDXF | Description |
---|---|
Version | The property gets and sets version of the DXF file for saving. |
XDataAppName | The property gets and sets the name of the application that saves to the DXF file. |
Methods
Methods | Description |
---|---|
SaveToStream | The method saves inner TsgCADImage into a specified stream. |
Methods derived from TsgCADtoDXF | Description |
---|---|
Create | Creates and initializes a new TsgCADtoDXF object. |
Destroy | Destroys an instance of the TsgCADtoDXF class. |
Methods derived from TsgCADExport | Description |
---|---|
SaveToFile | The method saves the image to the file. |
Events
Events derived from TsgCADExport | Description |
---|---|
OnProgress | The event occurs when the file is saving. |